UserDataProfile
public final static UserDataProfile UserDataProfile(Address address, String email, String company, String fullName, String phoneNumber)
public final static UserDataProfile UserDataProfile(Address address, String email, String company, String fullName, String phoneNumber)
Creates a new instance of UserDataProfile with the given parameters.
Please note, the created profile stores address and contact information used for web form autofill functionality. It should not be confused with a browser's user profile that manages settings, bookmarks, extensions, etc.
Since
8.0.0
Parameters
address
The address of the user.
email
The email of the user.
company
The company of the user.
fullName
The full name of the user.
phoneNumber
The phone number of the user.